home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / CHOOSE.DIR / 00009_Script_9 < prev    next >
Text File  |  1994-12-08  |  888b  |  24 lines

  1. on askSweet num
  2.   set the puppet of sprite 20 to TRUE
  3.   if num = 1 then
  4.     set the castNum of sprite 20 to the number of cast "Q2SWEET.MOV"
  5.   else if num = 2 then
  6.     set the castNum of sprite 20 to the number of cast "Q3SWEET.MOV"
  7.   else if num = 3 then
  8.     set the castNum of sprite 20 to the number of cast "Q4SWEET.MOV"
  9.   else if num = 4 then
  10.     set the castNum of sprite 20 to the number of cast "Q5SWEET.MOV"
  11.   else if num = 5 then
  12.     set the castNum of sprite 20 to the number of cast "Q6SWEET.MOV"
  13.   else if num = 6 then
  14.     set the castNum of sprite 20 to the number of cast "Q7SWEET.MOV"
  15.   else if num = 7 then
  16.     set the castNum of sprite 20 to the number of cast "Q8SWEET.MOV"
  17.   else if num = 8 then
  18.     set the castNum of sprite 20 to the number of cast "Q9ALL.MOV"
  19.   else 
  20.     nothing
  21.   end if
  22.   spriteBox 20, 160, 130, 480, 370
  23.   upDateStage
  24. end